Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

oled display 128x64 support #16

Open
wants to merge 12 commits into
base: master
Choose a base branch
from
Open

Conversation

nick7zmail
Copy link

Добавил поддержку дисплея 128x64. Хотел так же под 128x32 написать скетч, но, как выяснилось библиотека от iarduino, которую использовал - не поддерживает такие дисплеи...а мой дисплей 128x64 с Adafrut, в которой есть поддержка и тех и других, не захотел работать...в общем пока только 128x64. Если получится оживить Adafrut - сделаю обновление. И да...фотку "гармонирующую" с твоими не получилось сделать, ибо второго такого дисплея у меня нет, а тот что есть уже намертво залит в пластиковую рамку =).

@nick7zmail nick7zmail mentioned this pull request Mar 24, 2018
@@ -69,7 +69,7 @@ LiquidCrystal_I2C lcd(0x3f, 20, 4);

#define printByte(args) write(args);
#define TEMPERATURE_PRECISION 9
// настройка даьчтков
// настройка датчтков
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

датчиков

@@ -71,7 +71,7 @@ LiquidCrystal_I2C lcd(0x3f, 16, 2);

#define printByte(args) write(args);
#define TEMPERATURE_PRECISION 9
// настройка даьчтков
// настройка датчтков
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

датчиков

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants